3.12 \(\int (a-a \csc (c+d x)) (A+A \csc (c+d x)) \sin ^3(c+d x) \, dx\)

Optimal. Leaf size=17 \[ \frac{a A \cos ^3(c+d x)}{3 d} \]

[Out]

(a*A*Cos[c + d*x]^3)/(3*d)

________________________________________________________________________________________

Rubi [A]  time = 0.0612404, antiderivative size = 17, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 30, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.1, Rules used = {3962, 2565, 30} \[ \frac{a A \cos ^3(c+d x)}{3 d} \]

Antiderivative was successfully verified.

[In]

Int[(a - a*Csc[c + d*x])*(A + A*Csc[c + d*x])*Sin[c + d*x]^3,x]

[Out]

(a*A*Cos[c + d*x]^3)/(3*d)

Rule 3962

Int[(csc[(e_.) + (f_.)*(x_)]*(g_.))^(p_.)*(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_))^(m_.)*(csc[(e_.) + (f_.)*(x_)
]*(d_.) + (c_))^(n_.), x_Symbol] :> Dist[(-(a*c))^m, Int[ExpandTrig[(g*csc[e + f*x])^p*cot[e + f*x]^(2*m), (c
+ d*csc[e + f*x])^(n - m), x], x], x] /; FreeQ[{a, b, c, d, e, f, g, n, p}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2
 - b^2, 0] && IntegersQ[m, n] && GeQ[n - m, 0] && GtQ[m*n, 0]

Rule 2565

Int[(cos[(e_.) + (f_.)*(x_)]*(a_.))^(m_.)*sin[(e_.) + (f_.)*(x_)]^(n_.), x_Symbol] :> -Dist[(a*f)^(-1), Subst[
Int[x^m*(1 - x^2/a^2)^((n - 1)/2), x], x, a*Cos[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n - 1)/2]
 &&  !(IntegerQ[(m - 1)/2] && GtQ[m, 0] && LeQ[m, n])

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps

\begin{align*} \int (a-a \csc (c+d x)) (A+A \csc (c+d x)) \sin ^3(c+d x) \, dx &=-\left ((a A) \int \cos ^2(c+d x) \sin (c+d x) \, dx\right )\\ &=\frac{(a A) \operatorname{Subst}\left (\int x^2 \, dx,x,\cos (c+d x)\right )}{d}\\ &=\frac{a A \cos ^3(c+d x)}{3 d}\\ \end{align*}

Mathematica [A]  time = 0.0071892, size = 17, normalized size = 1. \[ \frac{a A \cos ^3(c+d x)}{3 d} \]

Antiderivative was successfully verified.

[In]

Integrate[(a - a*Csc[c + d*x])*(A + A*Csc[c + d*x])*Sin[c + d*x]^3,x]

[Out]

(a*A*Cos[c + d*x]^3)/(3*d)

________________________________________________________________________________________

Maple [B]  time = 0.036, size = 35, normalized size = 2.1 \begin{align*}{\frac{1}{d} \left ( -{\frac{Aa \left ( 2+ \left ( \sin \left ( dx+c \right ) \right ) ^{2} \right ) \cos \left ( dx+c \right ) }{3}}+Aa\cos \left ( dx+c \right ) \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a-a*csc(d*x+c))*(A+A*csc(d*x+c))*sin(d*x+c)^3,x)

[Out]

1/d*(-1/3*A*a*(2+sin(d*x+c)^2)*cos(d*x+c)+A*a*cos(d*x+c))

________________________________________________________________________________________

Maxima [B]  time = 1.07665, size = 49, normalized size = 2.88 \begin{align*} \frac{{\left (\cos \left (d x + c\right )^{3} - 3 \, \cos \left (d x + c\right )\right )} A a + 3 \, A a \cos \left (d x + c\right )}{3 \, d} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a-a*csc(d*x+c))*(A+A*csc(d*x+c))*sin(d*x+c)^3,x, algorithm="maxima")

[Out]

1/3*((cos(d*x + c)^3 - 3*cos(d*x + c))*A*a + 3*A*a*cos(d*x + c))/d

________________________________________________________________________________________

Fricas [A]  time = 0.471494, size = 35, normalized size = 2.06 \begin{align*} \frac{A a \cos \left (d x + c\right )^{3}}{3 \, d} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a-a*csc(d*x+c))*(A+A*csc(d*x+c))*sin(d*x+c)^3,x, algorithm="fricas")

[Out]

1/3*A*a*cos(d*x + c)^3/d

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} - A a \left (\int \sin ^{3}{\left (c + d x \right )} \csc ^{2}{\left (c + d x \right )}\, dx + \int - \sin ^{3}{\left (c + d x \right )}\, dx\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a-a*csc(d*x+c))*(A+A*csc(d*x+c))*sin(d*x+c)**3,x)

[Out]

-A*a*(Integral(sin(c + d*x)**3*csc(c + d*x)**2, x) + Integral(-sin(c + d*x)**3, x))

________________________________________________________________________________________

Giac [B]  time = 1.35893, size = 76, normalized size = 4.47 \begin{align*} -\frac{2 \,{\left (A a + \frac{3 \, A a{\left (\cos \left (d x + c\right ) - 1\right )}^{2}}{{\left (\cos \left (d x + c\right ) + 1\right )}^{2}}\right )}}{3 \, d{\left (\frac{\cos \left (d x + c\right ) - 1}{\cos \left (d x + c\right ) + 1} - 1\right )}^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a-a*csc(d*x+c))*(A+A*csc(d*x+c))*sin(d*x+c)^3,x, algorithm="giac")

[Out]

-2/3*(A*a + 3*A*a*(cos(d*x + c) - 1)^2/(cos(d*x + c) + 1)^2)/(d*((cos(d*x + c) - 1)/(cos(d*x + c) + 1) - 1)^3)